Merged
Conversation
added 22 commits
June 26, 2025 22:31
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🌱 연관된 이슈
QNRR-310☘️ 작업 내용
기존에는 직접 인프라 관리자(도균)가 develop 브렌치에서 코드를 pull 한 후 실행하는 방식이었습니다.
현재 인프라 서버에서는 백엔드 서버, 프론트엔드 서버, 그리고 nginx 서버가 돌아가는데 인스턴스 서버의 안정성을 높이고, 장애격리를 시키기 위해 하는데 도커컨테이너 환경으로 변경되었습니다.
이에 따라, main 브렌치에 push 할 경우 github Actions 에서 main 브렌치의 code 를 가져오되 빌드와 실행은 도커를 통해서 진행하는 방식으로 변경되었습니다.
🍀 참고사항
운영환경에서 사용하는 운영서버 (api.zeroone.it.kr) 로의 요청은 NEXT_PUBLIC_API_PROD_BASE_URL 로 시크릿키 분리했습니다.
소셜로그인 redirection URL 은 NEXT_PUBLIC_API_BASE_URL 으로 테스트 서버, 운영 서버에서 동일한 js 파일 사용할 수 있도록 변수화하였습니다.
스크린샷 (선택)